T
CSharpTest.Net
TryRemove<T>(TKey,T) Method
See Also  Send Feedback Download Help File
CSharpTest.Net.BPlusTree Assembly > CSharpTest.Net.Collections Namespace > BPlusTree<TKey,TValue> Class > TryRemove Method : TryRemove<T>(TKey,T) Method

key
removeValue

Glossary Item Box

Conditionally removes a key/value pair from the dictionary via an implementation of the IRemoveValue<TKey,TValue> interface.

Syntax

Visual Basic (Declaration) 
Public Overloads Function TryRemove(Of T As IRemoveValue(Of TKey,TValue))( _
   ByVal key As TKey, _
   ByRef removeValue As T _
) As Boolean
C# 
public bool TryRemove<T>( 
   TKey key,
   ref T removeValue
)
where T: IRemoveValue<TKey,TValue>

Parameters

key
removeValue

Type Parameters

T

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys